home *** CD-ROM | disk | FTP | other *** search
- | Boot file for !server
- | (C) Alan Williams 4th October 1989
- |
- | !Server setup.
- |
- *UnSet awServer$*
- |
- |
- | Set the number of users supported
- |
- Set awServer$Users 10
- |
- |
- | Set the first logical device path
- | and password location
- |
- |Set awServer$Dev0:Arc Adfs::4.$
- |Set awServer$Dev0_PWF Adfs::4.$.Passwords
- |
- |
- | Set the second logical device path
- | and password file location
- |
- |
- |Set awServer$Dev1:fd0 Adfs::0.$
- |Set awServer$Dev1_PWF Adfs::0.$.Passwords
- |
- |
- | Set the third logical device path
- | and password file location
- | This drive is my SyQuest cartridge drive.(If the thing worked with Acorn SCSI....)
- |
- |Set awServer$Dev2:SCSIdisc SCSI::5.$
- |Set awServer$Dev2_PWF <Obey$Dir>.Passwords
- |
- |
- | A common option is the following line.
- | It simply serves the directory it finds its self in
- |
- Set awServer$Dev0:Arc <Obey$Dir>.^
- Set awServer$Dev0_PWF <Obey$Dir>.Passwords
- |
- |
- | You can add other logical devices as you need them
- | Up to a limit of 10 (ie 0..9). Logical devices can
- | reside on any named filing system.
- |
- | Set awServer$Trace <Obey$Dir>.TraceFile
- |
- | You may have to change the WimpSlot size if the code runs out of room!
- | This will depend on the number of users. No guidelines yet.
- |
- WimpSlot -min 200K -max 200K
- IconSprites <Obey$Dir>.!Sprites
- Set awServer$Dir <Obey$Dir>
- |
- | There are two options for running the server,
- | with and without an icon bar icon.
- |
- | Swap the comments on the lines if you whish to run
- | with no icon
- |
- | Run <awServer$Dir>.!RunImage -NOICON
- Run <awServer$Dir>.!RunImage
-